home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / tpwins32.zip / INSTALL.TXT < prev    next >
Text File  |  1996-03-18  |  5KB  |  118 lines

  1.                     T r a c e P l u s 3 2 / W I N S O C K
  2.                       32 bit Winsock Debugging Facility
  3.  
  4.  
  5. =========================================================================
  6. INSTALLATION
  7.  
  8. Create a directory for TracePlus32/WINSOCK, i.e. C:\SST. Copy all     
  9. the files contained in this ZIP file to that directory. To run the TracePlus     
  10. demonstration, select "Run..." from the "File" menu of the Program    
  11. Manager and type:
  12.  
  13.     C:\SST\TPWINS32
  14.     
  15. Press Ok or <ENTER> to start TracePlus32/Winsock.
  16.  
  17. =========================================================================
  18. Using TracePlus32 with Netscape Navigator 2.0
  19.  
  20. Please note that the large number of failed connect() calls that TracePlus displays
  21. when tracing Netscape Navigator is accurate. The method that Netscape uses for
  22. connecting is to call connect() repeatedly until WSAEICONN is received, signifying
  23. connection has been established.
  24.  
  25. =========================================================================
  26. Using TracePlus32 with Visual Basic 4.00
  27.  
  28. To use TracePlus32 to trace Visual Basic 4.00 applications in DESIGN MODE, do the
  29. following:
  30.  
  31. 1. Select the Filters item from the Trace menu.
  32. 2. Check the box next to the words Launch application below.
  33. 3. Press the Choose Application button. Find the Visual Basic 4.00 .EXE file, i.e.
  34. VB32.EXE (It usually is in the \VB40 directory). Double-click on it  The Choose
  35. Application dialog box will disappear, and the filename will appear in the Filters dialog
  36. box.
  37. 4. Press Ok to close the Filters dialog box.
  38. 5. Press the Start button on the toolbar, or select Start from the Trace menu.
  39.  
  40. =========================================================================
  41. NOTES ON 32 BIT VERSIONS OF TRACEPLUS
  42.  
  43. 32 bit versions of TracePlus use the standard Microsoft 
  44. defined debugging interface for Win32 applications. The 
  45. Microsoft interface does not permit detaching from a process 
  46. after debugging has started. Therefore, if TracePlus is 
  47. terminated, it will also terminate all processes being traced. 
  48. Stopping the trace will not detach TracePlus from a process.
  49.  
  50. -------------------------------------------------------------------------
  51. Be sure that if you are tracing a server application,  leave 
  52. the TracePlus32 application running after stopping the 
  53. trace, or terminate the server application, and restart 
  54. it (be sure that TracePlus32 is not running or the trace 
  55. is stopped before starting the server application again).
  56.  
  57. -------------------------------------------------------------------------
  58. TracePlus32 has an option called "Trace Processes started 
  59. from Desktop. This feature will automatically trace an 
  60. application under two conditions:
  61.  
  62. 1. The application has a main window (i.e., not a Win32 
  63. console application).
  64.  
  65. 2. The trace will be initiated at the point where the 
  66. main window receives the WM_CREATE message. This means that 
  67. any API calls made before this message is received will not 
  68. be traced.
  69.  
  70. -------------------------------------------------------------------------
  71. TracePlus32 can trace a Win32 console application. To do this, 
  72. launch the console application from TracePlus32. See the topic 
  73. "Setting Filters" in the help file for more details on this procedure.
  74.  
  75. -------------------------------------------------------------------------
  76. The procedure for tracing 32 bit applications launched from the desktop 
  77. is as follows:
  78.  
  79. 1. Make sure that a checkmark is next to the item Trace processes started 
  80. from desktop in the Filters dialog box.
  81.  
  82. 2. Unselect the option Launch specified application
  83.  
  84. 3. Press OK (not Cancel) to close the Filters dialog box.
  85.  
  86. 4. Click on the Start button on the toolbar, or press Ctrl+S.
  87.  
  88. 5. Launch the Win32 application that you want to trace. Make sure that 
  89. it creates a main window.
  90.  
  91. TracePlus32 does not trace Win32 applications started before 
  92. TracePlus32, unless they are explicitly selected from the Tasks 
  93. listbox. See the topic "Setting Filters" for more details on this 
  94. procedure.
  95.  
  96. -------------------------------------------------------------------------
  97. TracePlus32 does not trace 16 bit Windows applications.
  98.  
  99. =========================================================================
  100. GENERAL NOTES
  101.  
  102. The trace buffer size is limited to storing up to 50 most recent trace 
  103. records. The monochrome, file, and printer log options in the Options dialog 
  104. box will also be disabled. Otherwise all other features are fully functional.
  105.  
  106. Note: This demonstration does not require WINSOCK.DLL on the     
  107. system in order to execute. However, it won't be much of a demon-     
  108. stration!
  109.  
  110. =========================================================================
  111. SAMPLE LOG FILE
  112.  
  113. We have included a trace log file that was generated using the Export feature, so
  114. that you can see what this feature provides. To load the sample log file, select Import
  115. from the Trace menu, then choose SAMPLE.RDF (it will be in the same directory as
  116. TracePlus). Be sure to view the PC Configuration (This log was generated from the
  117. author's machine).
  118.